home *** CD-ROM | disk | FTP | other *** search
/ The Atari Compendium / The Atari Compendium (Toad Computers) (1994).iso / files / prgtools / gnustuff / tos / flex / flexs237.zoo / parse.h < prev    next >
Encoding:
C/C++ Source or Header  |  1993-03-05  |  242 b   |  16 lines

  1. #ifndef YYSTYPE
  2. #define YYSTYPE int
  3. #endif
  4. #define    CHAR    258
  5. #define    NUMBER    259
  6. #define    SECTEND    260
  7. #define    SCDECL    261
  8. #define    XSCDECL    262
  9. #define    WHITESPACE    263
  10. #define    NAME    264
  11. #define    PREVCCL    265
  12. #define    EOF_OP    266
  13.  
  14.  
  15. extern YYSTYPE yylval;
  16.